Conversation
Kouznetsov
commented
Apr 18, 2019
- Replaced compile by implementation
- Updated the targetSdkVersion, buildToolsVersion compileSdkVersion default values to their latest versions.
- Replaced compile by implementation - Updated the targetSdkVersion, buildToolsVersion compileSdkVersion default values to their latest versions.
Updated gradle version from 2.2.3 to 3.3.1 which currently is the default version supplied when initializing a fresh RN project.
Added google() repository for the new gradle version
|
The CI fails to build the project properly because the sdkBuildTools 28.0.3 license has not been accepted. Isn't Travis supposed to automatically input a |
|
Hi! Thanks for the PR. The build is probably failing because build tools 28.0.3 has not been added as a component in the react-native-billing/.travis.yml Line 29 in 03c74c9 This is also a breaking change for older RN projects, so the example project also needs to be updated in order for the CI build to run through; react-native-billing/example/package.json Line 11 in 03c74c9 Have you tested this change locally @Kouznetsov? |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |